home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / utils / view100f.zip / NEWIN10F.DOC < prev    next >
Text File  |  1996-03-10  |  8KB  |  209 lines

  1.                       *** VIEW Version 10.0f March ***
  2.                                 Recent history
  3.  
  4. VIEW Version 9.6
  5. ================
  6.  
  7. Added ability to convert between ASCII and ANSI character sets.  This
  8. enables you to view Windows NOTEPAD files and others that use the ANSI
  9. character set for high order characters (e.g.  é, â, ô).  Conversion from
  10. ANSI can be toggled from the file menu or on the fly while a file is being
  11. viewed.  Conversion to ANSI can be done on the fly.  NOTE: this has meant
  12. that the function key F10, formerly used on the view screen menu for exiting
  13. the menu, has been changed to space bar; F10 and Shift-F10 are now used for
  14. the ASCII-ANSI conversions.  Changed the "show memory parameters" key on
  15. the file list screen from ?  to m, for compatibility with European and other
  16. non-US keyboards. Added a user-definable command for initializing printer.
  17.  
  18. VIEW Version 9.7
  19. ================
  20.  
  21. Improved the display of ASCII files when the line wrap is set by VIEW
  22. rather than using carriage returns in the file being viewed (i.e.  when F3
  23. is pressed at the file selection menu to toggle ASCII line wrap ON).  You
  24. can use this feature for reformatting ASCII files - e.g. to change the
  25. line width.
  26.  
  27. Added support for viewing Windows clipboard text files (i.e. files saved
  28. as CLP files from the clipboard).
  29.  
  30. Improved the display of Compuserve mail and message files
  31.  
  32. Added a feature to enable you to save files in a special ASCII format
  33. suitable for importing into word processors without a hard return at the
  34. end of each line.
  35.  
  36. Added a link to the external program HLP2DOC, which translates Windows help
  37. files to a format that VIEW can read.
  38.  
  39. Improved the command line options.  The /mem switch is replaced with a
  40. /mnnn switch, where nnn is a three digit number that allows you to
  41. temporarily override the default setting for allocating memory blocks.  The
  42. /xnnn switch is therefore no longer needed.  Also, the order of switches is
  43. no longer important.
  44.  
  45.  
  46. VIEW Version 9.7a
  47. =================
  48.  
  49. Added bookmark function, including automatic setting of bookmarks when VIEW
  50. reads ASCII files that contain form feeds.  Added a function to go to text
  51. currently at top of display (useful for reading contents and going directly
  52. to appropriate section).  file.  Added a /a command line switch to enable
  53. automatic translation of ANSI files (such as produced by Windows Notepad)
  54. to ASCII.
  55.  
  56. VIEW Version 9.7b
  57. =================
  58. Fixed problem with display of ASCII files in which unwanted blank line
  59. occurs.
  60.  
  61. VIEW Version 9.7c
  62. =================
  63. Added user-selectable choice for maximum number of files show in the file
  64. list.  Added functions in the file selection menu to load and view a file
  65. in the current directory directly, and to go to directly to a block of
  66. files beginning with a user-specified letter.  Verified that VIEW will read
  67. Wordperfect 6.1 files.
  68.  
  69. VIEW Version 9.8
  70. ================
  71.  
  72. Added function to detect and view World Wide Web HTML files. Added a
  73. command line switch /C to convert file directly from command line to
  74. format suuitable for import into word processor. Improved "errorlevel"
  75. functionality for running VIEW from batch files.
  76.  
  77. VIEW Version 9.9
  78. =================
  79.  
  80. Spacebar now works the same as PgDn when viewing file.
  81. Changed the /w switch (for changing column width) to /l in order to use /w
  82. for a different function:
  83.  
  84. /w - automatically convert high-order characters to Windows/UNIX character
  85.      set.  If used in conjunction with /c or /C (convert file directly) the
  86.      saved file is in the DOS format (i.e. line breaks use carriage
  87.      return/line feed combination).
  88. /u - as for /w but if a file is converted directly it is saved in the UNIX
  89.      file format (line breaks are line feed only).  Use this function for
  90.      converting files for import into a UNIX-based text editor.
  91. /a - automatically converts Windows/UNIX charcater set to IBM-PC ASCII set.
  92.  
  93. Added a function "save as DOS or UNIX" when saving a file that is currently
  94. being viewed.
  95.  
  96. VIEW Version 9.9a
  97. =================
  98.  
  99. Fixed problems with displaying very large files and showing "small
  100. capitals" in WordPerfect 6.0/6.1 as capitals. Minor maintenance.
  101.  
  102. VIEW Version 9.9b
  103. =================
  104.  
  105. Added trap to warn user that VIEW will not properly decode Word 6 files
  106. saved with the "quick save" feature (owing to the extreme complexity of
  107. such files). I will try to find a way to get VIEW to decode these files.
  108. Added a /q switch, and also a q key in the file selection menu, to allow a
  109. "quick view" mode, in which only the first screen's worth of a file is
  110. shown.  Corrected some problems with saving/converting files directly from
  111. the file selection menu.
  112.  
  113. VIEW Version 9.9c
  114. =================
  115.  
  116. Enhanced the "quick save" feature to allow "continue reading" option.
  117. Improved the algorithm for handling files too big to view.
  118.  
  119. VIEW Version 9.9d
  120. =================
  121.  
  122. Added /6 switch to comamnd line (and "6" key at file selection menu) to
  123. enable search through full Word 6 document to decode starting point of
  124. text. See documentation file.
  125.  
  126. VIEW Version 9.9e
  127. =================
  128.  
  129. Improved algorithm for detecting start of text in Word 6 files.  Added
  130. messag and error code 1 if a Windows help file is not properly decoded by
  131. the auxiliary freeware program "hlp2doc" (provided to registered users of
  132. VIEW). Fixed problem reading several Word 6 files consecutively.
  133.  
  134. VIEW Version 9.9f
  135. =================
  136.  
  137. Changed the algortihm for reading ASCII files to allow better display of
  138. those that contain large blocks of text without embedded carriage return /
  139. line feed combinations.  If such a file is detected the line wrap is set to
  140. on and the file is re-read.
  141.  
  142. VIEW Version 9.9g
  143. =================
  144.  
  145. Corrected a bug in viewing Windows help files using hlp2doc (provided to
  146. registered users).  Added F8 - print directly via 2COL or JETCOL.  NOTE:
  147. the former F8, clear all bookmarks, was moved to Shift-F8
  148.  
  149.  
  150. VIEW Version 10.0
  151. =================
  152.  
  153. Substantial improvement of display of HTML files, including the ability to
  154. show them with their HTML tags.  VIEW also acts as a basic syntax checker
  155. for missing > (e.g. in <li> or ; (e.g. in &cop;) terminators.
  156.  
  157. Improved the display of Wordperfect 6.1 files that in previous version
  158. showed strings of characters such as:  é   éé    é  é        é
  159. It's still not perfect, but better.
  160.  
  161. Moved the "reset printer" function to a standalone program.
  162.  
  163. VIEW Version 10.0a
  164. ==================
  165.  
  166. Trapped bug when trying to print or convert Word 6 files directly from
  167. command line or file selection menu.
  168.  
  169. Corrected bug that caused all print to file functions following a print to
  170. file in word processor format to use that format.
  171.  
  172. Corrected problem in which the trapping of sequences like é éé é (see
  173. above) in Wordperfect 6.1 files did not occur when printing/converting
  174. directly.
  175.  
  176. VIEW Version 10.0b
  177. ==================
  178.  
  179. Added filter to remove <SCRIPT> ...</SCRIPT> text from HTML files.
  180. Added Escape mechanism when reading, converting or printing files.
  181.  
  182. VIEW Version 10.0c
  183. ==================
  184.  
  185. Minor change to Escape mechanism. Minor change to Wordperfect 5.1 algorithm.
  186.  
  187. VIEW Version 10.0d
  188. ==================
  189.  
  190. Added a customization option (in VIEWCFG) to enable or disable interrupting
  191. a file read.
  192.  
  193. VIEW Version 10.0e
  194. ==================
  195.  
  196. Added an abort funtion for each stage of user input at the "save or print
  197. file" command (F6).
  198.  
  199. VIEW Version 10.0f
  200. ==================
  201.  
  202. Minor improvements to Word 6 and Wordperfect 6.0/6.1 decoding algorithms.
  203.  
  204.  
  205.  
  206. (END OF DOCUMENT)
  207.  
  208.  
  209.